home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / maximus / timb6.zip / WHATSNEW.B6 < prev   
Text File  |  1992-12-09  |  3KB  |  92 lines

  1.  
  2.                           *** Warning ***
  3.  
  4. Most of these new additions are hardly tested! However, because some
  5. people had problems with timEd/B5 ('grunged' origins) I wanted to
  6. release a fix as soon as possible. This should be it.
  7. Using beta software is always risky, of course, but this one is even
  8. worse :-)
  9.  
  10.                           *** Warning ***
  11.  
  12. What's new:
  13.  
  14.  
  15. ■  The 'speed search' now works a bit better: backspace works, and
  16.    pressing a 'movement key' (like 'up' or 'down') now also clears the
  17.    string.
  18.    In addition, you can now press CTRL-L to find a next match for the
  19.    string (this might come in handu if you have a conference called
  20.    OS2.028 at the top of the list and one called OS2 at the bottom. At
  21.    least if you want to go to OS2 :-)
  22.  
  23. ■  TimEd will now spawn the editor with the full path and filename of
  24.    the file to edit (this was only the filename).
  25.  
  26. ■  If you define an origin that is too long, timEd will now chop it off
  27.    at the right length.
  28.  
  29. ■  TimEd would reformat the body of a changed message (ALT-C), even if
  30.    the body had not been updated. Fixed.
  31.  
  32. ■  Yet another colour keyword: color_msgspecial: the colour of the 'TO:'
  33.    field for personal messages (message reading screen). Using this
  34.    keyword you can 'highlight' your personal messages.
  35.  
  36. ■  TimEd would leave spaces behind the closing bracket ')' on the origin
  37.    line, causing 'grunged message detectors' to reject the messages :-(
  38.    TimEd now checks for a valid and clean Origin line, cleaning or
  39.    adding origin lines when necessary. It should be OK now...
  40.  
  41. ■  Added better support for 'Aliases'. The 'Alias' keyword is now
  42.    obsolete, but you can now put up to 10 NAME keywords in timEd.cfg.
  43.    When you are in a message area, you can press CTRL-N to pick one of
  44.    the names you defined. This will then be the default until you leave
  45.    that area.
  46.  
  47. ■  Added similar support for AKA's, now you can press CTRL-A to pick one
  48.    of your Addresses.
  49.  
  50. ■  Added the ability to change both the origination address and name
  51.    while editing a header.
  52.    When editing a header you will still start at the 'From:' field, but
  53.    you can now press 'up' to go edit the origination address, and 'up'
  54.    again to edit the orig-name.
  55.    From both these fields, you can also press <TAB> to get a list of the
  56.    defined NAMEs and AKAs, and pick the one you want. An address or name
  57.    that is chosen using this method is valid for that message only (so
  58.    it will not change the default like CTRL-A and CTRL-N do).
  59.  
  60. ■  Added the WRITENAME keyword to config. Use this to give a default
  61.    filename to write to (using ALT-W). If you don't use this it will
  62.    still be timed.prn.
  63.    Example: WRITENAME c:\timed\safe.out
  64.  
  65. ■  TimEd now exits with useful errorlevels:
  66.  
  67.    No mail entered    :   0
  68.    Netmail entered    :   1
  69.    Echomail entered   :   2
  70.    Local mail entered :   4
  71.    If more than one type is entered the numbers are added:
  72.    Net + Echo         :   3
  73.    Net + Local        :   5
  74.    Echo + Local       :   6
  75.    Net + Echo + Local :   7
  76.  
  77.    Error: 254
  78.  
  79. ■  Added the Startup_Scan keyword. You can use it to tell timEd if you
  80.    want to scan the message areas at startup. It can have three
  81.    different values:
  82.  
  83.    Yes      - scan all areas at startup
  84.    No       - do not scan areas at startup (default)
  85.    Personal - Do a personal mailscan at startup
  86.  
  87.    Example:
  88.  
  89.    Startup_Scan Personal
  90.  
  91.  
  92.